home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The 640 MEG Shareware Studio 5
/
The 640 Meg Shareware Studio CD-ROM Volume V (Data Express)(1994).ISO
/
amiga
/
ar215.lha
/
display.s
< prev
next >
Wrap
AmigaDOS Script File
|
1994-04-22
|
1KB
|
77 lines
.key x,y,filename,title
if exists sys:utilities/multiview
sys:utilities/multiview WINDOW <filename>
quit
endif
if exists sys:utilities/wdisplay
sys:utilities/wdisplay WIDTH <x> HEIGHT <y> <filename> TITLE <title>
quit
endif
if exists sys:utilities/display
sys:utilities/display <filename>
quit
endif
if exists sys:utilities/display39
sys:utilities/display39 <filename>
quit
endif
if exists c:vt
c:vt <filename>
quit
endif
if exists c:superview
c:superview <filename>
quit
endif
if exists c:mostra
c:mostra <filename>
quit
endif
if exists c:ppshow
c:ppshow <filename>
quit
endif
if exists c:show
c:show <filename>
quit
endif
if exists c:c-show
c:c-show <filename>
quit
endif
if exists c:sv
c:sv <filename>
quit
endif
if exists c:view
c:view <filename>
quit
endif
if exists c:iview
c:iview <filename>
quit
endif
if exists c:showiz
c:vt <filename>
quit
endif
if exists c:vt
c:showizjr <filename>
quit
endif